@charset"utf-8";
.head{
    width: 100%;
    background-color: #fff;
    padding:0 0;
}
.head-inner{
    width: 1200px;
    margin: 0 auto;
}
.head-inner:after{content: '';display: table;clear: both;}
.head-list:after{content: '';display: table;clear: both;}
.head-logo a span{
    display: inline-block;
    margin: 24px 0 8px;
    vertical-align: middle;
}
.head-logo a span img{
    width: 100%;
}
.dao-d{
    text-align: right;
    margin-bottom: 10px;
    margin-right: 18px;
    margin-top: 3px;
}
.dao-d h3{
    font-size: 12px;
    color: #9f2522;
    line-height: 20px;
}
.dao-d h3 a:hover{
    color: #ee3837;
}
.dao-d h3 a{
    font-size: 12px;
    color: #9f2522;
    line-height: 18px;
}
.head-list>li{
    float: left;
    position: relative;
}
.head-list>li>a{
    font-size: 18px;
    color: #000;
    display: block;
    padding: 26px 25px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s linear;
    text-align: center;
}
.head-list>li.active>a,.head-list>li:hover>a{
    color: #d8000f;
    background-color: #f8f8f8;
    border-bottom: 2px solid #d8000f;
}
.head-list>li div{
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top:100%;
    right: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding: 5px ;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.xl-list{
    overflow: hidden;
}
.xl-list li{
    width: 100%;
    text-align: center;
    padding: 8px 0;
    text-align: center;
}
.xl-list li:last-child{
    border-bottom: 0;
}
.xl-s h3{
    font-size: 16px;
    color: #a72126;
    border-bottom: 1px solid #a72126;
    padding-bottom: 10px;
}
.xl-list li a{
    font-size: 14px;
    color: #000;
}
.xl-list li.active a{
    color: #a72126;
}
.xl-list li:hover a{
    color: #a72126;
}
.head-phone{
    display: none;
}
.dao-wx{
    margin-top: 27px;
}
.dao-wx a{
    display: inline-block;
    position: relative;
    margin-left: 8px;
}
.dao-wx a span{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 38px;
    left: 0;
}
.dao-wx a span img{
    width: 100%;
}
/*  */
.head-list>li>a b{
    width: 44px;
    height: 32px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 6px;
}
.head-list>li:first-child a b{
    background-image: url(../images/second/sy01.png);
}
.head-list>li:nth-child(2) a b{
    background-image: url(../images/second/sy02.png);
}
.head-list>li:nth-child(3) a b{
    background-image: url(../images/second/sy03.png);
}
.head-list>li:nth-child(4) a b{
    background-image: url(../images/second/sy04.png);
}
.head-list>li:nth-child(5) a b{
    background-image: url(../images/second/sy05.png);
}
.head-list>li:nth-child(6) a b{
    background-image: url(../images/second/sy06.png);
}
@media screen and (max-width: 1200px){
    .head-inner{width: 1024px;}
}
@media screen and (max-width: 1024px){
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head{
        padding: 10px 0;
        height: auto;
    }
    .head-inner{
        display: none;
    }
    .head-phone{
        display: block;
        overflow: hidden;
    }
    .head-logo{
        margin-left: 6px;
    }
    .head-logo a{
        display: block;
        overflow: hidden;
    }
    .head-logo a span{
        margin: 0;
        width: 144px;
    }
    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display:block;
        margin-right: 6px;
        margin-top: 9px;
    }
    .top_cen a.cen_x{
        font-size: 40px;
        font-weight: 500;
        color: #4f4f4f;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px;
    }
    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #4f4f4f;
        margin: 6px 0;
    }
    .navlist_mo{
        display: block;
        position:fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow-y: auto;
    }
    .navlist_mo>li{
        background-color: #212020;
    }
    .navlist_mo>li>a{
        color:#ffffff;
        display: block;
        font-size: 17px;
        line-height: 22px;
        width: 100%;
        padding:15px 0;
        padding-left: 10px;
        transition: all .5s;
        position: relative;
    }
    .navlist_mo>li.active>a{
        background-color: #303030;
    }
    .navlist_mo>li a:after{
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navlist_mo>li a:not([href]):after{
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 20px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease 0s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navlist_mo>li.active a:not([href]):after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navlist_mo>li .abm_nav{
        display: none;
        height: 0;
        transition: all .5s;
    }
    .navlist_mo>li.active .abm_nav{
        display: block;
        height: auto;
    }
    .navlist_mo>li .abm_nav li{
        background-color: #080808;
    }
    .navlist_mo>li .abm_nav li.active a{
        color: #0763a4;
    }
    .navlist_mo>li .abm_nav li a{
        color:#ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding:12px 0;
        padding-left: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }
}
@media screen and (max-width: 768px){
    .head{
        padding: 6px 0;
    }
}
@media screen and (max-width: 374px){
    .head-logo a span{
        margin-right: 0;
    }
}
/* 底部 */
.foot{
    background-color: #333333;
}
.bot-top{
    width: 100%;
}
.bot-top ul{
    overflow: hidden;
    padding: 35px 0 20px;
}
.bot-top ul li{
    float: left;
    width: 33.3%;
    padding: 0 30px;
    min-height: 222px;
}
.bot-top ul li:nth-child(2){

    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
}
.bot-top ul li h1{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 30px;
}
.bot-top ul li h1 span{
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.bot-top ul li h1:after{
    display: block;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #be1d2c;
    margin-top: 8px;
}
.bone-t p{
    font-size: 14px;
    line-height: 24px;
    color: #c8c8c8;
    padding-bottom: 10px;
}
.bone-t p span{
    display: inline-block;
    width: 17px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}
.bone-t p:first-child span{
    background: url(../images/index/f-tel.png) no-repeat;
}
.bone-t p:last-child span{
    background: url(../images/index/f-addr.png) no-repeat;
}

.bone-t .center_addr span{
    background: url(../images/index/f-addr.png) no-repeat; 
}
.btwo-t{
    width: 100%;
    overflow: hidden;
}
.btwo-t div{
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}
.btwo-t div a{
    font-size: 14px;
    line-height: 20px;
    color: #c8c8c8;
}
.btwo-t div a:hover{
    color: #d83e4c;
}
.bthr-t span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}
.bthr-t i{
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}
.b-bot{
    border-top:1px solid #434343 ;
    padding: 20px 0;
}
.b-bot p{
    text-align: center;
    font-size: 12px;
    color: #bdbdbd;
}
.b-top{
    position: relative;
    width: 100%;
    z-index: 101;
}
.b-top .inner{ overflow: hidden;padding-top: 8px; }
.b-logo{
    float: left;
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 1024px;
    }
    .bot-top ul{
        padding: 35px 0 25px;
    }
}
@media screen and (max-width: 1024px) {
    .bot-top ul li:nth-child(3){
        border-left: 1px solid #434343;
    }
    .bot-top ul li:nth-child(2){
        display: none;
    }
    .bot-top ul li{
        width: 50%;
    }
    .b-top{
        display: block;
    }
    .b-logo{
        padding-left: 10px;
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 767px) {
    .bot-top ul li:nth-child(3){
        display: none;
    }
    .bot-top ul li{
        min-height: auto;
        width: 100%;
        padding: 0 15px;
    }
    .bot-top ul li h1{
        display: none;
    }
    .bot-top ul{
        padding: 20px 0 10px;
    }
    .b-bot p{
        padding: 0 10px;
    }
    .b-logo img{
        width: 45px;
        padding-top: 6px;
    }
    .b-top .inner{
        padding-top: 5px;
    }
}













